/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
@charset "utf-8";
@media(max-width:800px) {
/* CSS Document */

.case {
height:630px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.case .lmt {
	position: relative;
	margin-bottom: 25px;
}
.case .lmt b {
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: 100;
}
.case .lmt .t {
	display: block;
	font-size: 20px;
	color: #000;
}
.case .lmt .t span {
	display: none;
	font-size: 12px;
	color: #f1f1f1;
}
.case ul li {
	display: block;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	transition: all .5s;
}
.case ul li:nth-of-type(even) {
	margin-right: 0;
}
.case ul li .pic {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.case ul li img {
	display: block;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	transition: all .5s;
}
.case ul li a.more {
	display: none;
	position: absolute;
	right: 20px;
	opacity: 1;
	bottom: 0;
	width: 24px;
	height: 45px;
	background: url(../images/jiantou.png) no-repeat center;
}
.case ul li a.tit {
	display: block;
	font-size: 14px;
	color: #414141;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case ul li:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.case ul li:hover a.more {
	opacity: 1;
	right: 0;
}
.case ul li:hover a.tit {
	color: #0056f9;
}
.case ul li:hover img {
	opacity: .9
}
.case .more1 {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 12px;
	color: #4a4a4a;
	margin-top: 10px;
}
.case .more1:hover {
	color: #fff;
	background: #0056f9;
	border: 1px solid #0056f9;
}

}
